home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000001_news@columbia.edu _Tue Mar 6 16:21:08 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA22608
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 6 Mar 2001 16:21:06 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA17756
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 6 Mar 2001 16:14:07 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: ddellutr@XXXenteract.com
  10. Subject: Re: New defaults for new Kermit releases
  11. Date: 6 Mar 2001 21:13:53 GMT
  12. Message-ID: <983juh$nss$1@bob.news.rcn.net>
  13. To: kermit.misc@columbia.edu
  14.  
  15. On 6 Mar 2001 19:20:01 GMT, Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  16. > In preparing the forthcoming new Kermit releases, it occurred to me that
  17. > we have an opportunity to modernize Kermit's treatment of serial ports,
  18. >...
  19.  
  20. Whatever you do, please make sure that low-level control of the modem 
  21. by the user (this is in VMS):
  22.   set dial speed-matching off
  23.   set carrier-watch off
  24.   set line <whatever>
  25.   set flow-control keep
  26. and then use of output commands to set up the modem (for example):
  27.   out atz\13
  28.   out ats2=0\13
  29.   out atdt<phonenumber>\13
  30. still works.
  31.  
  32. Also, please note that AT&F loads a factory configuration, while ATZ
  33. loads a user stored configuration and resets the modem.
  34.  
  35. -- 
  36. Dale Dellutri